home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / sdx103_2.zip / SDX.DOC < prev    next >
Text File  |  1994-03-15  |  7KB  |  223 lines

  1.  
  2. SDX version 1.03
  3.  
  4.  
  5.  
  6. NAME
  7.      sdx - Sample Dump eXchange - SDS sample converter
  8.  
  9.  
  10. SYNOPSIS
  11.      convert:  sdx  [ edit options ]     infile  outfile
  12.      display:  sdx  [ display options ]  infile
  13.      edit:     sdx    edit options       infile
  14.  
  15.  
  16.      Edit options:  
  17.      
  18.                /name name                 SDX SMP
  19.                /note note                 SDX SMP
  20.  
  21.                /channel channel       SDS SDX
  22.                /number number         SDS SDX
  23.  
  24.                /format bits           SDS SDX SMP WAV
  25.  
  26.                /loopstart pos         SDS SDX SMP
  27.                /loopend pos           SDS SDX SMP
  28.                /looptype type         SDS SDX SMP
  29.                
  30.  
  31.      Display options:
  32.      
  33.                /data
  34.                /audio
  35.  
  36.  
  37. DESCRIPTION
  38.      Converts audio samples to or from the Sample Dump 
  39.      Standard format. This version supports the file
  40.      formats .SDS, .SDX, .SMP and .WAV (see file formats
  41.      and filenames).
  42.  
  43.  
  44. OPERATIONS
  45.      There are three operations:
  46.  
  47.        - convert/copy infile to outfile
  48.        - display file header
  49.        - edit file header
  50.  
  51.      Each operation has a set of options (see options).
  52.  
  53.      The operation is determined by the suntax:
  54.  
  55.         Both infile and outfile         convert/copy
  56.         specified    
  57.  
  58.         infile, no options or           display
  59.         just display options
  60.  
  61.         infile, edit options            edit
  62.  
  63.  
  64.  
  65. OVERWRITE (!)
  66.      If you want to overwrite an existing file you have to
  67.      write a '!' after the outfile-name:
  68.  
  69.         => SDX frog.sdx frog.wav!
  70.  
  71.  
  72.  
  73. FILENAMES
  74.      The filename's extension (.xxx) determines the file format.
  75.      The extension must be one of the following: SDS, SDX, SMP or
  76.      WAV (see file formats).
  77.  
  78.      If no extension is given for the sourcefile (infile) the
  79.      program will look for filenames matching any of the extensions.
  80.      If more than one file is found, an error will be displayed, and
  81.      you have to retype the command using the complete filename.
  82.  
  83.      If no extension is given for the destination file (outfile) in
  84.      a convert operation, the destination file will be in the SDX 
  85.      format.
  86.  
  87.  
  88.  
  89. OPTIONS
  90.      Edit (and convert) options:
  91.  
  92.      /name name
  93.                change sample name (SDX and SMP only). 
  94.  
  95.                => sdx frog.sdx /name 'Toad Hall'
  96.  
  97.      /note note
  98.                change text note (SDX and SMP only). May be up to 
  99.                255 characters long.
  100.  
  101.      /channel midichannel
  102.                change midi channel (SDS, SDX). Default is 1.
  103.  
  104.      /number samplenumber
  105.                change sample number (SDS, SDX). Default is 0.
  106.  
  107.      /format bits
  108.                converts sample format to bits (SDS, SDX, SMP, WAV). 
  109.                Sample format can be from 1 to 16.
  110.      /loopstart pos
  111.                set loop start point (SDS, SDX, SMP). Default is 0.
  112.  
  113.      /loopend pos
  114.                set loop end point (SDS, SDX, SMP). Default is sample
  115.                length -1.
  116.      /looptype type
  117.                set loop type (SDS, SDX, SMP). Loop types are: FWD
  118.                (foreward), ALT (alternating = foreward/backward)
  119.                and NO (no loop / one-shot). Default is NO.
  120.  
  121.  
  122.      Display options:
  123.  
  124.      /data 
  125.                display header data.
  126.  
  127.      /audio    
  128.                display audio data as ASCII-art.
  129.  
  130.  
  131.  
  132. FILE FORMATS
  133.      The file format are determined by the file's extension. 
  134.      Currently these formats are supported:
  135.  
  136.      .SDS      The MIDI Sample Dump Standard was adopted in 
  137.                January 1986 by the MIDI Manufacturers Association
  138.                and the Japanese MIDI Standards Committee. The SDS
  139.                defines the standard method for transfer of sound
  140.                sample data between MIDI-equipped devices.
  141.  
  142.                An SDS file can be transfered directly via MIDI to
  143.                any sampler/sample-player that supports this 
  144.                standard (most do). 
  145.  
  146.      .SDX      The Sample Dump eXchange file format was created
  147.                for the SDX program. It can store all of the SDS
  148.                header data, and the size will be 50% to 75% of the
  149.                SDS file. This is the recommended way to store SDS-
  150.                samples. 
  151.  
  152.      .SMP      The SampleVision file format. This format supports
  153.                looping.
  154.  
  155.                Special service for SampleVision and SMP users has
  156.                been included. When editing an SMP file or copying
  157.                one SMP file to another, all SMP-specific data will
  158.                be maintained. This include additional loops, 
  159.                markers, playback note, SMPTE offset, cycle size and
  160.                two reserved bytes. Some of this data will also be
  161.                displayed when using the display operation.
  162.  
  163.      .WAV      The Microsoft RIFF WAVE file format used in MS-
  164.                Windows. This format does not support a sustain 
  165.                loop.
  166.  
  167.      Documentation on the .SDS and .SDX file formats can be found at
  168.      alf.uib.no [129.177.30.3] in directory /pub/midi/sds/doc.
  169.  
  170.  
  171.  
  172. SUSTAIN LOOP
  173.      The sustain loop is a vital function in sound samples that
  174.      are to be played on a keyboard. A sample can have a loop-start 
  175.      and a loop-end point. Looks like this:
  176.  
  177.                                      loop                    loop
  178.                                      start                   end
  179.                                        :                      :
  180.          |    ||            | |        .   || |   |      |    .
  181.         ||   ||||| ||     ||| |  ||     | |||||| ||||    ||   
  182.      --||||-|||||||||||--||||||--|||-|-||||||||||||||||-|||||--
  183.         ||   ||||| ||     ||| |  ||     | |||||| ||||    ||
  184.          |    ||            | |            || |   |      |
  185.  
  186.      The sample are played like this:
  187.  
  188.      > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
  189.                                        > > > > > > > > > > > > >
  190.                                        > > > > > > > > > > > > >
  191.                                        ...
  192.  
  193.      There are three loop types. Foreward plays loop foreward,
  194.      alternating plays loop foreward/backward, and no-loop (one
  195.      shot) well, doesn't loop at all.
  196.  
  197.  
  198.  
  199. FILES
  200.      The following files are provided with this version of SDX:
  201.  
  202.      SDX.EXE                      the SDX program
  203.  
  204.      SDX.DOC                      manual (ASCII)
  205.      SDX.PRN                      manual (for printer)
  206.      SDX.WP4                      manual (Word Perfect)
  207.  
  208.      SDXSEND.EXE                  the SdxSend program
  209.      SDXSEND.DOC                  documentation on SdxSens
  210.  
  211.      HISTORY                      SDX history
  212.      TODO                         future upgrades
  213.      REGISTER                     how to register (free)
  214.  
  215.      
  216.  
  217. NOTICES
  218.      March, 1994
  219.      Copyright (c) 1993, 1994  Kurt George Gjerde, Bergen
  220.  
  221.      Internet: Kurt.Gjerde@student.uib.no
  222.  
  223.